![]() |
YNQ
YNQ-1.5.1
|
#include <sycommon.h>
Volume information structure. It is used for querying volume information from the file system.
| NQ_UINT32 SYVolumeInformation::serialNumberLow |
VolumeSerial number (low part).
| NQ_UINT32 SYVolumeInformation::serialNumberHigh |
VolumeSerial number (high part).
| NQ_UINT32 SYVolumeInformation::creationTimeLow |
Time of the volume creation (low part).
| NQ_UINT32 SYVolumeInformation::creationTimeHigh |
Time of the volume creation (high part).
| NQ_UINT32 SYVolumeInformation::fileSystemIdLow |
ID of the file system (low part).
| NQ_UINT32 SYVolumeInformation::fileSystemIdHigh |
ID of the file system (high part).
| NQ_UINT32 SYVolumeInformation::blockSizeLow |
Block size in bytes (low part).
| NQ_UINT32 SYVolumeInformation::blockSizeHigh |
Block size in bytes (high part).
| NQ_UINT32 SYVolumeInformation::blocksPerUnitLow |
Number of blocks in an allocation unit (low part).
| NQ_UINT32 SYVolumeInformation::blocksPerUnitHigh |
Number of blocks in an allocation unit (high part).
| NQ_UINT32 SYVolumeInformation::totalUnitsLow |
Number of units in volume (low part).
| NQ_UINT32 SYVolumeInformation::totalUnitsHigh |
Number of units in volume (high part).
| NQ_UINT32 SYVolumeInformation::freeUnitsLow |
Number of free units in volume (low part).
| NQ_UINT32 SYVolumeInformation::freeUnitsHigh |
Number of free units in volume (high part).